text/template.common.muFuncs (field)
9 uses
text/template (current package)
funcs.go#L146: tmpl.muFuncs.RLock()
funcs.go#L147: defer tmpl.muFuncs.RUnlock()
template.go#L22: muFuncs sync.RWMutex // protects parseFuncs and execFuncs
template.go#L105: t.muFuncs.RLock()
template.go#L106: defer t.muFuncs.RUnlock()
template.go#L177: t.muFuncs.Lock()
template.go#L178: defer t.muFuncs.Unlock()
template.go#L207: t.muFuncs.RLock()
template.go#L209: t.muFuncs.RUnlock()
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)